Welcome![Sign In][Sign Up]
Location:
Search - simple algorithm for

Search list

[Other resourcejaq

Description: /*  本程序实现的功能: 显示系统时间和日期    该程序主要操作是: 使用了dos的系统调用功能,输入大小写D显示系统当前日期,当输入大小写T输出当前系统时间,当输入大小写Q退出程序,当输入其他字符时,提示错误 。   主要算法:将系统时间及日期转化成字符显示,通过堆栈来排序显示,同时涉及到 坐标位置设置的转换。时间和日期的显示都只调用了一个(函数)compute,避免了代码的冗余,尽量做到简洁,同时当一次操作过后,程序处于等待状态,以进行下一次操作,而非自动退出。该程序显示时间时多次调用显示功能,以达到动态效果。*/-/ * This program features : The display system time and date of the program is the main operation : the use of the system call dos function, importation case-D display the current date, case-insensitive T when the input output current system, when the input Q withdraw from the case-sensitive procedure, when losers in other characters, suggesting error. The main algorithm : the system date and time into the characters, sorting through the stack to show that involves strategically placed to coordinate conversion. The time and date shown only a call (functions) compute avoid code redundancy, make it simple as possible, and at the same time after the operation, the procedure waits for the next operation, rather than retire. The program showed multiple calls time display, in order to achieve dy
Platform: | Size: 2671 | Author: 碧匀天 | Hits:

[CSharp34460

Description: Floyd v1.0 算法执行,非常简单,由标准的C++编写。适合研究算法的人使用。-Floyd v1.0 algorithm is quite simple, standard C + +. Algorithms for the study of the population.
Platform: | Size: 148040 | Author: 高兴 | Hits:

[Other resource餐厅结帐管理

Description: 餐厅结账管理程序提供中小型餐厅所需要的点菜结账功能,并提供几种常用的统计报表以及各个数据库的管理维护功能。操作界面简洁方便,操作简单,运行稳定。 程序编写工具为C++Builder6,在其数据库相关的技术基础之上完成,数据库类型为Paradox,它是一种与C++Builder的BDE(Borland Database Engine)结合最为紧密的数据库驱动类型。程序从餐厅结账管理的实际情况出发,通过对实际问题的分析,算法和交互界面的设计与实现,程序的编写和调试等过程,最终实现了预求的餐厅结账管理的各项功能。-closure of the restaurant management procedures for small and medium-sized restaurants have ordered the closing function and provide several common statistical database, as well as all the management and maintenance functions. Convenient user interface simple, simple, stable operation. Programming tool for the C Builder6, in its database related to the completion of technical basis, the type of Paradox database, it is a C Builder BDE (Borland Database Engine), the most closely integrated database-driven types. Closure procedures restaurant management from the actual situation and the practical problems through the analysis algorithm and interface design and implementation procedures for the preparation and debug process, and ultimately advance for the closure of a restaurant management fun
Platform: | Size: 2299555 | Author: 赵明 | Hits:

[Crack Hack3des源代码

Description: 根据设计要求:1)具有文件加密和解密功能;2)具有加解密速度统计功能;3)采用密文反馈链接和密文挪用短块处理技术。我们可以知道,程序要有加密模块、解密模块、子密钥生成模块,这三个模块构成DES算法。DES算法再构成3DES,这很简单,只要加个密钥便可实现。3DES还必须工作在密文反馈连接模式下和使用密文短块挪用技术。至于速度统计功能就很好实现,用文件长度除以处理时间便是加解密速度。-based on the design requirements : 1) with file encryption and decryption function; 2) the speed with the encryption and decryption functions of statistics; 3) Use of dense text links and feedback secret misappropriation short pieces of text processing technology. We know that procedures have encryption module, decryption modules for key generating modules, which constitute three modules DES algorithm. DES algorithm constitute 3DES, this is very simple, as long as add key can be reached. 3DES must also work in close link text feedback mode and the use of short text block secret misappropriation of technology. As for the speed of statistical functions properly achieved, divided by the length of documents with the processing time is the speed encryption and decryption.
Platform: | Size: 14763 | Author: 杨巍 | Hits:

[Other resourceTic_MFC

Description: 1. 一个有趣的井字棋游戏。用MFC的对话框程序编写。 2。 具有单人游戏和双人游戏两个模式。单人模式通过自己的AI算法实现(类似于简单的A*算法),双人游戏则是两个人通过左右键对弈 3。界面采用 Skin++ 进行优化,更换皮肤非常的方便。 4. 注意,编译出来的EXE如果需要在VC外单独执行,请将其和skin++文件夹中的所有文件放至于同一目录下。 5。有问题和建议欢迎和我讨论。 QQ: 21798912 MSN: susan_QC@hotmail.com E-mail: hackerqc@hotmail.com-1. Gridwork an interesting game of chess. MFC dialog with the programmers. 2. Single game with a double and two game modes. Single-mode through its own AI algorithm (similar to the simple A * algorithm), a double game is about two people through three key players. Skin interface optimized for use, the replacement skin is pretty easy. 4. Note that the compiler EXE if needed in the implementation of VC outside alone, and I would be grateful if their skin folder release of all documents As for the same directory. 5. There are problems and proposals and I welcome the discussion. QQ : 21798912 MSN : susan_QC@hotmail.com E-mail : hackerqc@hotmail.com
Platform: | Size: 1539645 | Author: 覃超 | Hits:

[Other resource模拟退火程序

Description: 以一个简单的例子说明模拟退火算法的思想。 模拟退火法求函数f(x,y) = 5sin(xy) + x^2 + y^2的最小值,对理解模拟退火算法是一个很好的程序示例。-to a simple example illustrates the simulated annealing algorithm thinking. Simulated Annealing for the function f (x, y) = 5sin (xy) x ^ 2 y ^ 2 minimum, the right understanding of simulated annealing method is a good example of the procedure.
Platform: | Size: 1748 | Author: 小刘 | Hits:

[Crack Hackaeslib

Description: 简单好用的AES算法,提供基本的对文件的加密、解密和数据块的加密、解密,目前的版本是静态库,很容易改做成动态库,亦可轻松移植到Linux平台,已测试过跟Java等其他标准AES加密库成功对接(可相互加、解密)。-simple and easy AES algorithm to provide basic document encryption, decryption and data block encryption, decryption, the current version is a static library, it can easily be converted create DLL can easily ported to the Linux platform, has been tested with other Java AES encryption standard for successful docking (available mutual encoding and decoding).
Platform: | Size: 54795 | Author: 倪宇 | Hits:

[Special Effectsjjjfdct

Description: 逆向傅立叶转换算法,通用的一种,适合初学着的。内容详细,分析简单-reverse Fourier Transform algorithm, a general, suitable for beginners with the. Detailed analysis simple
Platform: | Size: 79780 | Author: | Hits:

[Other resource最新程序

Description: 采用面向负荷控制技术,用面向对象思想与快速原型法的设计方法,在SQL SERVER数据库中实现模型及数据的存储。算法尽量简单实用,时间复杂性及空间复杂性必须在实际环境允许的范围之内。-used for load control technology, using the object-oriented thinking and rapid prototyping of the system, SQL Server database implementation model and data storage. As simple and practical algorithm, time and space complexity of complexity in a realistic environment to the extent permitted within.
Platform: | Size: 2318633 | Author: 冯宾 | Hits:

[Other resourceGameCanvasDemo

Description: 是男人就撑过20秒,我写到了手机上,算法什么的都还未完工,但已能运行.加了个简单的时钟,可是不太准确,呵呵.-men on the go for more than 20 seconds, I wrote the phone, what the algorithm has not been completed, has been running. Plus a simple clock, but not quite accurate, huh.
Platform: | Size: 15558 | Author: 常剑文 | Hits:

[EditBox简明计算器源码

Description: 这是一个改进型计算器克服了浮点运算误差新增了报数和运算符改错功能,比起我上次做的代码质量更高,更简捷,算法也不一样。当前只支持基本的四则运算,非常适用!!!,美中不足是报音慢点,但对于手慢的使用者也足够了,对于大量快速计算建议关闭报数功能。在98上通过-This is an improved version of Calculator overcome the floating-point error in the newspapers a few new and Operators Corrector function, compared to the last time I do a higher quality of code, more simple, not the same algorithm. Currently only supports the four basic operations, very applicable! ! ! , Reportedly fly in the ointment is the sound slow, but for users of hand slow enough for a large number of fast computation reportedly recommended the closure of several functions. Adopted in 1998
Platform: | Size: 76035 | Author: 陆彦平 | Hits:

[matlabGA

Description: 遗传算法,简单易懂。适合初学者使用,是分布式电源的选址定容的算法,做了相应的改进(Classical genetic algorithm is simple and easy to understand. It is suitable for beginners to use. It is an algorithm for locating and sizing distributed power.)
Platform: | Size: 7168 | Author: 1433350812@qq.com | Hits:

[AI-NN-PRGAOT

Description: 基于改进的遗传算法,简单易懂。适合初学者使用,是分布式电源的选址定容的算法(Classical genetic algorithm is simple and easy to understand. It is suitable for beginners to use. It is an algorithm for locating and sizing distributed power.)
Platform: | Size: 104448 | Author: 1433350812@qq.com | Hits:

[matlabTDMA2DSteadHeatTransfer

Description: 一个简单的求解一维稳态问题的TDMA算法(A SIMPLE TDMA ALGORITHM FOR SOLVING ONE-DIMENSIONAL STEADY STATE PROBLEMS)
Platform: | Size: 1024 | Author: xiaoqiudabian | Hits:

[Other分布估计算法

Description: 一个简单的高斯分布EDA算法,用于求camel函数最优解(A Simple EDA Algorithm for Gauss Distribution)
Platform: | Size: 1024 | Author: caim | Hits:

[Otherc均值

Description: 模式识别c均值算法,较为简单的坐标分类。(C-means algorithm for pattern recognition, relatively simple coordinate classification.)
Platform: | Size: 1024 | Author: 旻枍不知枯 | Hits:

[Graph programfindcircle

Description: 简单的Halcon 找圆算法,首先进行圆检测(识别圆、圆拟合),再找出坐标位置(A simple Halcon algorithm for finding circles firstly conducts circle detection (identifying circle and circle fitting), and then finds the coordinate position)
Platform: | Size: 1024 | Author: 仲Kai | Hits:

[matlab3.24 基于蚁群算法的图像边缘检测

Description: 基于蚁群算法的边缘检测,功能简单,适合新手(Edge detection based on ant colony algorithm, the function is simple, suitable for beginners)
Platform: | Size: 29696 | Author: 连晓 | Hits:

[matlabPSO_byself.m

Description: 粒子群算法求解约束多目标优化万能matlab代码。本代码是基于有约束条件的寻优问题,采用APSO可以加快寻优的速度,修改参数比较简单,目标函数和上下限根据自身的需要进行改动,,可以实现目标函数的寻优(Particle swarm algorithm for solving constrained multi-objective optimization universal matlab code. This code is based on the optimization problem with constraints. Using APSO can speed up the optimization process. It is relatively simple to modify the parameters. The objective function and the upper and lower limits are changed according to their own needs. The optimization of the objective function can be achieved.)
Platform: | Size: 2048 | Author: 银河系苏小青 | Hits:

[Education soft systemCAD algorithms for circuit layouts

Description: Source codes: src/cse788_layout.c - Code transform netlist output into magic file src/cse788_netlist.c - Implementation of optimzal netlist solver src/cse788_gordian.c - Implementation of gordian placement algorithm src/cse788_floorplan.c - Implementation of simulated annealing based floorplan algorithm. src/cse788_display.c - Graphic interface for the annealing and gordian. test/hw4.c - main function calling the modules src/plus/* - Helper functions used with the implementation. Binary: The executable for Windows is located in bin/debug/hw4.out, the dll's should be placed together with the executable. Usage: hw4.out Example: hw4.out "~((A*B)*C)" "layout.mag" ###Build: Environment: mingw/msys or any linux/unix distribution with GCC and GNU make. GSL1.1 (GNU Scientific Library) and SDL2 (Simple Direct media Layer) are required. Compilation: "make" in the project folder Run: "make run" to run with above example configuration.
Platform: | Size: 197902 | Author: nalevihtkas | Hits:
« 1 2 ... 45 46 47 48 49 50»

CodeBus www.codebus.net